* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

/*
@font-face {
    font-family: 'din';
    src: url(../fonts/din.ttf);
}
*/



a {}

.geoip-wrap .check .inputip {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.geoip-wrap .check .inputip svg {
  color: #5c739b;
  left: 12px;
  position: absolute;
  top: 10px;
  width: 14px;
  z-index: 1;
}

.geoip-wrap .check .inputip input {
  background: #fff;
  border: 2px solid #c6d2e7;
  border-radius: 4px;
  color: #1890ff;
  flex-grow: 1;
  font-family: inherit;
  font-size: 22px;
  line-height: 28px;
  padding: 6px 36px 6px 36px;
  position: relative;
  transition: box-shadow .2s;
  text-align: center;
  font-weight: 500;
}

li {
  list-style: none;
}

body {
  font: inherit normal 14px/1.5em '-apple-system', 'HelveticaNeue', Arial, "Microsoft YaHei";
}

.geoip-parent {
  display: flex;
  min-height: 100vh;
  align-items: center;
}

.geoip-wrap {
  width: 1000px;
  margin: 0 auto;
}

.geoip-wrap .top {
  position: relative;
  width: 100%;
}

.geoip-wrap .geoip-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}

.geoip-wrap .tt {
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
  position: absolute;
  width: 100%;
}

.geoip-wrap .kefu {
  position: absolute;
  right: 5px;
  margin-top: 10px;
  color: #1890ff;
}

.geoip-wrap .api {
  position: absolute;
  right: 50px;
  margin-top: 10px;
  color: #1890ff;
}

.geoip-wrap .check {
  text-align: center;
  flex-shrink: 0;
}

.geoip-wrap .check .progress {
  width: 400px;
  height: 400px;
  margin: 20px auto 0;
}

.geoip-wrap .check .check-btn,
.geoip-wrap .check .show-dialog {
  display: block;
  transition: all 300ms;
  cursor: pointer;
  outline: none;
  line-height: 1;
  background: linear-gradient(to right, #1890ff, #0dac78);
  border: none;
  border-radius: 50px;
  margin: 20px auto 0;
  font-size: 16px;
  color: #fff;
  width: 300px;
  height: 50px;
}

.geoip-wrap .check .check-btn:disabled {
  opacity: .5;
}

.geoip-wrap .check .check-btn:disabled:hover {
  opacity: .5;
  cursor: default;
}

.geoip-wrap .check .check-btn:hover,
.geoip-wrap .check .show-dialog:hover {
  opacity: .8;
}

.geoip-wrap .check .check-input {
  display: block;
  transition: all 300ms;
  cursor: pointer;
  outline: none;
  line-height: 50px;
  background: linear-gradient(to right, #1890ff, #0dac78);
  border: none;
  border-radius: 50px;
  margin: 20px auto 0;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 50px;
  text-decoration: none
}

.geoip-wrap .check-step {
  width: 500px;
  padding-left: 40px;
  box-sizing: border-box;
}

.geoip-wrap .check-step .hd {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}

.geoip-wrap .check-step .bd ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 40px;
}

.geoip-wrap .check-step .bd li {
  text-align: center;
  position: relative;
}

.geoip-wrap .check-step .bd li .icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.geoip-wrap .check-step .bd li .icon .loading-canvas {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -10px;
  top: -10px;
  display: none;
}

.geoip-wrap .check-step .bd li.active h2,
.geoip-wrap .check-step .bd li.actived h2 {
  color: #1890ff;
  font-weight: bold;
}

.geoip-wrap .check-step .bd li.active svg,
.geoip-wrap .check-step .bd li.actived svg {
  filter: grayscale(0%);
}

.geoip-wrap .check-step .bd li.active .loading-canvas {
  display: block;
}

.geoip-wrap .check-step .bd h2 {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-top: 15px;
  transition: all 300ms;
}

.geoip-wrap .check-step .bd svg {
  width: 40px;
  height: 40px;
  filter: grayscale(100%);
  transition: all 300ms;
}

.geoip-wrap .check-step .ft {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  height: 280px;
  overflow-y: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.geoip-wrap .check-step .ft li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  font-size: 14px;
  color: #999;
}

.geoip-wrap .check-step .ft li:last-child {
  color: #1890ff;
  font-weight: bold;
}

.mt-dialog {
  width: 800px;
  height: 80vh;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
}

.mt-dialog::-webkit-scrollbar {
  display: none;
}

.mt-dialog .mt-dialog-hd {}

.mt-dialog .mt-dialog-hd h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
}

.mt-dialog .mt-dialog-hd .close-btn {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 0;
}

.mt-dialog .mt-dialog-hd .close-btn svg {
  width: 20px;
  height: 20px;
}

.mt-dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 998;
}

.report-dialog-content {
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  max-width: 800px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  background: #f9f9f9
}

.report-dialog-content .hd {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 600;
}

.report-dialog-content .hd img {
  width: 25px;
  margin-right: 10px;
}

.report-dialog-content .hd .item {
  flex: 1;
  text-align: center;
}

.report-dialog-content .hd .item h2 {
  font-size: 24px;
}

.report-dialog-content .bd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow-y: auto;
  flex: 1;
}

.report-dialog-content .bd .report-dialog-group {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: #666;
}

.report-dialog-content .bd .report-dialog-group .label {
  width: 100px;
}

.report-dialog-content .wd {
  grid-template-columns: 1fr 1fr;
  overflow-y: auto;
  flex: 1;
}

.report-dialog-content .wd .tt {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.report-dialog-content .wd .dt {
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
  color: #666;
  font-weight: 500;
}

.report-dialog-content .ft {
  display: flex;
  padding-top: 20px;
}

.report-dialog-content .ft .item {
  flex: 1;
  text-align: center;
  background: linear-gradient(to right, #1890ff, #0dac78);
  color: #fff;
  height: 40px;
  border-radius: 50px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-dialog-content .green {
  color: #1fb74c;
}

.report-dialog-content .orange {
  color: #ff7d19;
}

.report-dialog-content .yellow {
  color: #fcba2b;
}

.report-dialog-content .red {
  color: #ec3821;
}

.report-dialog-content .level {
  display: flex;
  line-height: 30px;
  color: #666;
}

.report-dialog-content .level .green {
  background-color: #1fb74c;
}

.report-dialog-content .level .orange {
  background-color: #ff7d19;
}

.report-dialog-content .level .yellow {
  background-color: #fcba2b;
}

.report-dialog-content .level .red {
  background-color: #ec3821;
}

.report-dialog-content .level .level-icon {
  width: 15px;
  height: 15px;
  border-radius: 90px;
  margin: 4px 10px 4px 4px;
}

.report-dialog-content .level .content {}

@media screen and (max-width: 1000px) {
  body {
    background: #fff;
  }

  .report-dialog-content {
    padding: 10px;
  }

  .mt-dialog {
    width: 100vw;
    height: 100vh;
  }

  .geoip-parent {
    display: block;
  }

  .geoip-wrap {
    width: 100%;
  }

  .geoip-wrap .check {
    width: 100%;
  }

  .geoip-wrap .tt {
    font-size: 18px;
    margin: 10px 0;
  }

  .geoip-wrap .geoip-info {
    flex-direction: column;
    padding: 15px;
  }

  .geoip-wrap .check .progress {
    width: 250px;
    height: 250px;
  }

  .geoip-wrap .check-step {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .geoip-wrap .check-step .ft {
    padding: 10px;
    height: 140px;
    background: none;
    margin-top: 10px;
    text-align: center;
  }

  .geoip-wrap .check-step .hd {
    margin-bottom: 20px;
  }

  .geoip-wrap .check-step .bd ul {
    gap: 15px 10px;
  }

  .geoip-wrap .check-step .bd li {
    line-height: 30px;
  }

  .geoip-wrap .check-step .bd li .icon {
    width: 25px;
    height: 25px;
  }

  .geoip-wrap .check-step .bd svg {
    width: 25px;
    height: 25px;
  }

  .geoip-wrap .check-step .bd li .icon .loading-canvas {
    width: 50px;
    height: 50px;
    left: -14px;
    top: -14px;
  }

  .geoip-wrap .check .check-btn,
  .geoip-wrap .check .show-dialog {
    margin-top: 10px;
    width: 100%;
  }

  .geoip-wrap .check-step .bd h2 {
    font-size: 12px;
    margin-top: 2px;
  }

  .report-dialog-content .bd {
    grid-template-columns: 1fr;
  }
}


@keyframes load {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

.modal {
  background: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  left: 50%;
  max-width: 90%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30em;
  text-align: left;
  max-height: 90vh;
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.modal .modal-close {
  align-items: center;
  color: #111827;
  display: flex;
  height: 4em;
  pointer-events: all;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  z-index: 1010;
}

.modal .modal-close svg {
  display: block;
}

.modal .modal-title {
  color: #111827;
  padding: 1em 2em;
  pointer-events: all;
  position: relative;
  width: calc(100% - 4.5em);
}

.modal .modal-title h1 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}

.modal .modal-content {
  padding: 2em;
  pointer-events: all;
  overflow: auto;
  line-height: 26px;
}

.geoip-footer {
  position: inherit;
  padding-left: 5%;
  width: 90%;
  bottom: 0px;
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 30px;
}

.geoip-footer a {
  color: #999;
}

.geoip-tuijian a {
  text-decoration: none;
}

.geoip-tuijian .banner__container {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: rgb(0 0 0 / 1%);
  width: fit-content;
  height: 55px;
  padding: 12px 8px 12px 8px;
  border: 1px solid #efefef;
  width: 90%;
  max-width: 30rem;
}

.geoip-tuijian .banner__container .logo__container {

  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  padding: 7px 12px;
}

.geoip-tuijian .banner__container .texts {

  align-items: center;
  justify-content: space-between;
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 27px;
  letter-spacing: .54px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.geoip-tuijian .banner__container .texts .text__bold {

  font-weight: 600;
  font-size: 20px;
}

.geoip-tuijian .banner__container .texts .text__normal {

  font-weight: 400;
  font-size: 13px;
  color: #999;
}

.verification-btn {
  display: block;
  transition: all 300ms;
  cursor: pointer;
  outline: none;
  line-height: 1;
  background: linear-gradient(to right, #1890ff, #0dac78);
  border: none;
  border-radius: 50px;
  margin: 20px auto 0;
  font-size: 16px;
  color: #fff;
  width: 250px;
  height: 50px;
}

.verification-code {
  background: #fff;
  border: 2px solid #c6d2e7;
  border-radius: 4px;
  color: #1890ff;
  flex-grow: 1;
  font-family: inherit;
  font-size: 22px;
  line-height: 28px;
  padding: 6px 24px 6px 24px;
  position: relative;
  transition: box-shadow .2s;
  text-align: center;
  font-weight: 500;
  width: 100px;
  max-width: 100px;
  margin-right: 5px;
}

.geoip-parent{
top: constant(safe-area-inset-bottom); /* iOS 11.0 */
top: env(safe-area-inset-bottom); /* iOS 11.2 */    
}
.mt-dialog{
overflow-y:scroll;
top: constant(safe-area-inset-bottom); /* iOS 11.0 */
top: env(safe-area-inset-bottom); /* iOS 11.2 */
height: calc(100vh - constant(safe-area-inset-bottom));
height: calc(100vh - env(safe-area-inset-bottom));
}